Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARKC-710: Update component versions #1367

Merged
merged 1 commit into from
May 13, 2024
Merged

SPARKC-710: Update component versions #1367

merged 1 commit into from
May 13, 2024

Conversation

jacek-lewandowski
Copy link
Contributor

Description

How did the Spark Cassandra Connector Work or Not Work Before this Patch

Describe the problem, or state of the project that this patch fixes. Explain
why this is a problem if this isn't obvious.

Example:
"When I read from tables with 3 INTS I get a ThreeIntException(). This is a problem because I often want to read from a table with three integers."

General Design of the patch

How the fix is accomplished, were new parameters or classes added? Why did you
pursue this particular fix?

Example: "I removed the incorrect assertion which would throw the ThreeIntException. This exception was incorrectly added and the assertion is not actually needed."

Fixes: Put JIRA Reference HERE

How Has This Been Tested?

Almost all changes and especially bug fixes will require a test to be added to either the integration or Unit Tests. Any tests added will be automatically run on travis when the pull request is pushed to github. Be sure to run suites locally as well.

Checklist:

  • I have a ticket in the OSS JIRA
  • I have performed a self-review of my own code
  • Locally all tests pass (make sure tests fail without your patch)

@jacek-lewandowski jacek-lewandowski force-pushed the SPARKC-710 branch 7 times, most recently from 6445bdf to 41ca19f Compare May 8, 2024 14:42
Copy link
Collaborator

@jtgrabowski jtgrabowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome job @jacek-lewandowski !

@jacek-lewandowski jacek-lewandowski merged commit 6c6ce1b into master May 13, 2024
10 checks passed
@jacek-lewandowski jacek-lewandowski deleted the SPARKC-710 branch May 13, 2024 08:37

// C* versions
val V4_0_0: Version = Version.parse("4.0.0")
val V5_0_0: Version = Version.parse("5.0-alpha1")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - should we use 5.0-beta1 here instead?

tarzanek pushed a commit to tarzanek/spark-scylladb-connector that referenced this pull request Aug 28, 2024
Updated Cassandra driver version and Cassandra versions used for testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants